| 1. | A numeric integer literal is cast by default to the 默认情况下,数值整数文本转换为 |
| 2. | In the preceding declaration , the integer literal 在以上声明中,整数 |
| 3. | If the integer literal does not fit into a 如果整数无法放入到 |
| 4. | If the integer literal exceeds the range of 如果整数超出了 |
| 5. | If the value represented by an integer literal exceeds the range of 无符号64位整数如果整数表示的值超出了 |
| 6. | In the preceding declaration , the integer literal 127 is implicitly converted from 在以上声明中,整数127从 |
| 7. | You can force an integer literal to be hexadecimal base 16 with the 前缀将整数强制为十六进制(基数为16 ) ,可以用 |
| 8. | In the preceding declaration , the integer literal 429496729 is implicitly converted from 在以上声明中,整数429496729从 |
| 9. | The compiler normally construes an integer literal to be in the decimal base 10 number system 编译器通常将整数解释为十进制(基数为10 )数制。可以用 |
| 10. | Therefore you can initialize a decimal variable using an integer literal , without the suffix , as follows 因此,可以用整数初始化十进制变量而不使用后缀,如下所示: |